ArcPad Preferences File Schema
STARTUP Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : STARTUP Element

Glossary Item Box

Description

Used to specify start up settings in ArcPadPrefs.apx

Diagram

STARTUP Element

Overview

STARTUP
Used to specify start up settings in ArcPadPrefs.apx
checksql optional Restriction of xs:string

Attributes

NameTypeUseDefaultFixedDescription
checksqlRestriction of xs:stringoptionaltrue  

Source

<xs:element name="STARTUP" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="true" name="checksql">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.